Register
TheRegister
method adds a new entry to this object name space.
void Register (in ODISOStr key, in ODObject object);
key
- The key for the new entry.
object
- A reference to the object to associate with the key.
DISCUSSION
TheRegister
method stores a reference to theobject
parameter in a new entry in the table. If the specified key already exists within this name space, this method overwrites the old entry with the new one.When you register a reference-counted object to an object registry, this method does not increment its reference count.
SEE ALSO
TheODISOStr
type (page 875).
TheODNameSpace::Unregister
method (page 433).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help